projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194894c
)
Minor doc fix, suggested by Juri Linkov.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 17 Nov 2008 01:52:22 +0000
(
01:52
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 17 Nov 2008 01:52:22 +0000
(
01:52
+0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 2405efb2ba33a0cf63dc2a81c177fefb7b114c38..f29c93f5ffa486e4544c84d23aba27f4f1b8dad6 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-691,7
+691,7
@@
Faces `compilation-error-face', `compilation-warning-face',
(defvar compilation-old-error-list nil)
(defcustom compilation-auto-jump-to-first-error nil
- "If non-nil, automatically jump to the first error
after
`compile'."
+ "If non-nil, automatically jump to the first error
during
`compile'."
:type 'boolean
:group 'compilation
:version "23.1")